home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / pager2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  85 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : PAGER2
  3. -- VERSION           : 1.x
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : RCONN@SIMTEL20.ARPA
  6. -- AUTHOR            : Richard Conn
  7. -- COPYRIGHT         : (c) 1987 by Richard Conn
  8. -- DATE CREATED      : 5 Nov 87
  9. -- DATE RELEASED     : 5 Nov 87
  10. -- DATE LAST UPDATED : 5 Nov 87
  11. -- LOCATION          : ASR
  12. -- ENVIRONMENT       : Verdix Ada, Alsys Ada on several systems
  13. --= CLASSIFICATION       ===============================================--
  14. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  15. -- CATEGORY LEVEL 2  : FILE CONCATENATION
  16. -- CATEGORY LEVEL 3  : Pager2
  17. -- CATEGORY LEVEL 4  : 
  18. -- KEYWORD           : PAGED FILES
  19. -- KEYWORD           : LIBRARY
  20. -- KEYWORD           : REPOSITORY
  21. -- KEYWORD           : PAGER
  22. -- KEYWORD           : PAGER2
  23. -- KEYWORD           : UNPAGE
  24. -- INDEX             : Paged Files
  25. -- INDEX             : Files, Paged
  26. -- INDEX             : PAGER2
  27. -- INDEX             : Text File Concatenation
  28. -- INDEX             : Concatenation, Text File
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : 
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.PAGER>PAGER2.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.PAGER>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   PAGER2.PRO             2934          58
  39. --   PAGER2.SRC            56028        1726
  40. --   ===============  ==========  ==========
  41. --     2 Files             58962        1784
  42. --= ABSTRACT             ===============================================--
  43. --         PAGER2 is a tool which creates, extracts from, lists, and
  44. -- scans paged files, where a paged file is a file composed of one or
  45. -- more files prefixed by banners.  PAGER2 is based in concept on the
  46. -- UNPAGE tool submitted to the Ada Repository on SIMTEL20 by Mitre
  47. -- Corporation.  PAGER is an early implementation of the concept, written
  48. -- in Ada; PAGER2 is a more current implementation of the concept,
  49. -- written in Ada and C.
  50. -- 
  51. --         Paged files are convenient mechanisms for storing related
  52. -- files.  They reduce cluttering in the directories and simplify the
  53. -- file transfer process (to and from the Ada Repository, for example) by
  54. -- requiring the user to transfer only one file in order to obtain all
  55. -- files pertinent to a particular project or tool.  Additionally, paged
  56. -- files are text files which can be handled more readily than the 8-bit
  57. -- binary images associated with other file grouping mechanisms.  Paged
  58. -- files may be manipulated by a text editor if necessary.
  59. -- 
  60. --= REVISION HISTORY     ===============================================--
  61. --
  62. -- DATE         VERSION AUTHOR                  HISTORY
  63. -- 11/5/1987    1.0, 1.1 Richard Conn           Initial Release
  64. --= RELEASE NOTICE       ===============================================--
  65. -- This prologue must be included in all copies of this software.
  66. --
  67. -- This software is copyright by the author.
  68. --
  69. -- This software is released to the Ada community.
  70. -- This software is released to the Public Domain (note:
  71. --   software released to the Public Domain is not subject
  72. --   to copyright protection).
  73. -- Restrictions on use or distribution:  NONE
  74. --= DISCLAIMER           ===============================================--
  75. --     This software and its documentation are provided "AS IS" and
  76. -- without any expressed or implied warranties whatsoever.  No warranties
  77. -- as to performance, merchantability, or fitness for a particular
  78. -- purpose exist.
  79. --     The user is advised to test the software thoroughly before
  80. -- relying on it.  The user must assume the entire risk and liability of
  81. -- using this software.  In no event shall any person or organization of
  82. -- people be held responsible for any direct, indirect, consequential or
  83. -- inconsequential damages or lost profits.
  84. --======================================================================--
  85.